dbeaver/pro#9999 api for ai engine icon - #4518
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 6 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
| ); | ||
| } | ||
|
|
||
| return <span title={title}>{title}</span>; |
There was a problem hiding this comment.
lets show and icon and the engine name. users cannot know each engine by only icon. right now they have to hover too see the name and we can easily avoid this action since there is enough space in the table
| import { AiEnginesResource } from './AiEnginesResource.js'; | ||
|
|
||
| export default ModuleRegistry.add({ | ||
| name: '@cloudbeaver/plugin-ai', |
There was a problem hiding this comment.
plugin-ai is too common name. in the future we may want to place everything to it instead of decomposing ai-features to the plugins, I guess
plugin-ai-engines?
There was a problem hiding this comment.
We have plugin-ai-administration, so it seems like plugin-ai would be a suitable public plugin name here, at least for now
No description provided.